projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3acb9a6
)
Treat convex like hpux.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 10 Nov 1993 19:53:29 +0000
(19:53 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 10 Nov 1993 19:53:29 +0000
(19:53 +0000)
src/syswait.h
patch
|
blob
|
history
diff --git
a/src/syswait.h
b/src/syswait.h
index 41214ea54cf6f7c9473fd3a85307b38075ebf557..95bf5acdb398484ae364ffaac8697f1e3a62b83d 100644
(file)
--- a/
src/syswait.h
+++ b/
src/syswait.h
@@
-45,14
+45,15
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define WRETCODE(w) w.w_retcode
#define WCOREDUMP(w) w.w_coredump
-#if
def HPUX
+#if
defined (HPUX) || defined (convex)
/* HPUX version 7 has broken definitions of these. */
+/* pvogel@convex.com says the convex does too. */
#undef WTERMSIG
#undef WSTOPSIG
#undef WIFSTOPPED
#undef WIFSIGNALED
#undef WIFEXITED
-#endif
+#endif
/* HPUX | convex */
#ifndef WTERMSIG
#define WTERMSIG(w) w.w_termsig